home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m38.dir / 00121.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  514 b   |  22 lines

  1. on mouseDown
  2.   go("q2hand")
  3.   set the cursor of sprite 31 to [43, 44]
  4. end
  5.  
  6. on mouseUp
  7.   if sprite 31 intersects 17 then
  8.     set the castNum of sprite 31 to cast "bethel.a"
  9.     set the moveableSprite of sprite 31 to 0
  10.     set the locV of sprite 31 to 240
  11.     set the locH of sprite 31 to 320
  12.     set the cursor of sprite 31 to -1
  13.     updateStage()
  14.   else
  15.     set the locV of sprite 31 to 240
  16.     set the locH of sprite 31 to 320
  17.     set the cursor of sprite 31 to [41, 42]
  18.     updateStage()
  19.   end if
  20.   go("q2")
  21. end
  22.